home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / metamail / contrib / ServiceMail / src / pdinq / pderrors.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-03-15  |  256 b   |  17 lines

  1. #include <syslog.h>
  2. #include <errno.h>
  3.  
  4. #define FACILITY LOG_LOCAL6
  5. #define FATAL 1
  6. #define SYSTEM (1<<1)
  7.  
  8. #define E_CHDIR 0
  9. #define E_NOOPEN 1
  10. #define E_WRITE 2
  11. #define E_CHMOD 3
  12. #define E_CLOSE 4
  13. #define E_NOMEM 5 
  14. #define E_SMTAG 6
  15. #define E_TOOLONG 7
  16.  
  17.